module Base
{
    item Belt2000
    {
		DisplayName = Belt2000,
		DisplayCategory = Accessory,
		Description = "expanding inventory capacity to 100",
		Type = Clothing,
		Weight = 0,
		Icon = Belt,
		AttachmentsProvided = SmallBeltLeft;SmallBeltRight,
		BodyLocation = Belt,
		ClothingItem = Belt,
		WorldStaticModel = Belt_Ground,
		FabricType = Leather,
		Tags = Buckle,
		Tags = RipClothingLeather,
    }
	item Belt0000
    {
		DisplayName = Belt0000,
		DisplayCategory = Accessory,
		Description = "expanding inventory capacity to 100 & reducing the weight of most items in the inventory to 0",
		Type = Clothing,
		Weight = 0,
		Icon = Belt,
		AttachmentsProvided = SmallBeltLeft;SmallBeltRight,
		BodyLocation = Belt,
		ClothingItem = Belt,
		WorldStaticModel = Belt_Ground,
		FabricType = Leather,
		Tags = Buckle,
		Tags = RipClothingLeather,
    }

	item Belt9999
    {
		DisplayName = Belt9999,
		DisplayCategory = Accessory,
		Description = "expanding inventory capacity to 100 & infinite capacity",
		Type = Clothing,
		Weight = 0,
		Icon = Belt,
		AttachmentsProvided = SmallBeltLeft;SmallBeltRight,
		BodyLocation = Belt,
		ClothingItem = Belt,
		WorldStaticModel = Belt_Ground,
		FabricType = Leather,
		Tags = Buckle,
		Tags = RipClothingLeather,
    }
	
}
